home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2000 March / maximum-cd-2000-03.iso / Quake3 Game Source / Q3AGameSource.exe / Main / ui.bat < prev    next >
Encoding:
DOS Batch File  |  2000-01-18  |  2.7 KB  |  94 lines

  1. mkdir vm
  2. cd vm
  3.  
  4. call ..\compile ../ui_main.c
  5. @if errorlevel 1 goto quit
  6. call ..\compile ../ui_cdkey.c
  7. @if errorlevel 1 goto quit
  8. call ..\compile ../ui_ingame.c
  9. @if errorlevel 1 goto quit
  10. call ..\compile ../ui_confirm.c
  11. @if errorlevel 1 goto quit
  12. call ..\compile ../ui_setup.c
  13. @if errorlevel 1 goto quit
  14. call ..\compile ../../game/bg_misc.c
  15. @if errorlevel 1 goto quit
  16. call ..\compile ../../game/bg_lib.c
  17. @if errorlevel 1 goto quit
  18. call ..\compile ../../game/q_math.c
  19. @if errorlevel 1 goto quit
  20. call ..\compile ../../game/q_shared.c
  21. @if errorlevel 1 goto quit
  22. call ..\compile ../ui_gameinfo.c
  23. @if errorlevel 1 goto quit
  24. call ..\compile ../ui_atoms.c
  25. @if errorlevel 1 goto quit
  26. call ..\compile ../ui_connect.c
  27. @if errorlevel 1 goto quit
  28. call ..\compile ../ui_controls2.c
  29. @if errorlevel 1 goto quit
  30. call ..\compile ../ui_demo2.c
  31. @if errorlevel 1 goto quit
  32. call ..\compile ../ui_mfield.c
  33. @if errorlevel 1 goto quit
  34. call ..\compile ../ui_credits.c
  35. @if errorlevel 1 goto quit
  36. call ..\compile ../ui_menu.c
  37. @if errorlevel 1 goto quit
  38. call ..\compile ../ui_options.c
  39. @if errorlevel 1 goto quit
  40. call ..\compile ../ui_display.c
  41. @if errorlevel 1 goto quit
  42. call ..\compile ../ui_sound.c
  43. @if errorlevel 1 goto quit
  44. call ..\compile ../ui_network.c
  45. @if errorlevel 1 goto quit
  46. call ..\compile ../ui_playermodel.c
  47. @if errorlevel 1 goto quit
  48. call ..\compile ../ui_players.c
  49. @if errorlevel 1 goto quit
  50. call ..\compile ../ui_playersettings.c
  51. @if errorlevel 1 goto quit
  52. call ..\compile ../ui_preferences.c
  53. @if errorlevel 1 goto quit
  54. call ..\compile ../ui_qmenu.c
  55. @if errorlevel 1 goto quit
  56. call ..\compile ../ui_serverinfo.c
  57. @if errorlevel 1 goto quit
  58. call ..\compile ../ui_servers2.c
  59. @if errorlevel 1 goto quit
  60. call ..\compile ../ui_sparena.c
  61. @if errorlevel 1 goto quit
  62. call ..\compile ../ui_specifyserver.c
  63. @if errorlevel 1 goto quit
  64. call ..\compile ../ui_splevel.c
  65. @if errorlevel 1 goto quit
  66. call ..\compile ../ui_sppostgame.c
  67. @if errorlevel 1 goto quit
  68. call ..\compile ../ui_startserver.c
  69. @if errorlevel 1 goto quit
  70. call ..\compile ../ui_syscalls.c
  71. @if errorlevel 1 goto quit
  72. call ..\compile ../ui_team.c
  73. @if errorlevel 1 goto quit
  74. call ..\compile ../ui_video.c
  75. @if errorlevel 1 goto quit
  76. call ..\compile ../ui_cinematics.c
  77. @if errorlevel 1 goto quit
  78. call ..\compile ../ui_spskill.c
  79. @if errorlevel 1 goto quit
  80. call ..\compile ../ui_addbots.c
  81. @if errorlevel 1 goto quit
  82. call ..\compile ../ui_removebots.c
  83. @if errorlevel 1 goto quit
  84. call ..\compile ../ui_loadconfig.c
  85. @if errorlevel 1 goto quit
  86. call ..\compile ../ui_saveconfig.c
  87. @if errorlevel 1 goto quit
  88. call ..\compile ../ui_teamorders.c
  89. @if errorlevel 1 goto quit
  90.  
  91. q3asm -f ../ui
  92. :quit
  93. cd ..
  94.